x86: make mod_l2_entry() return a proper error code
authorJan Beulich <jbeulich@novell.com>
Wed, 9 Mar 2011 16:17:26 +0000 (16:17 +0000)
committerJan Beulich <jbeulich@novell.com>
Wed, 9 Mar 2011 16:17:26 +0000 (16:17 +0000)
commit7f107ea5c0790f6a702c801589d13bd275e20260
tree04654edc664f23fa1a40458598f2887fd9058443
parent541ce4766e7a3d1c3e36b70ff75f8b900ad8d20f
x86: make mod_l2_entry() return a proper error code

... so that finally all mod_lN_entry() functions behave identically,
allowing some cleanup in do_mmu_update() (which no longer needs to
track both an okay status and an error code).

Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen/arch/x86/mm.c